Spread Windows Forms 12.0 Product Documentation
CollectionBase<T> Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : CollectionBase<T> Class
Represents a CollectionBase class, which is a base class.
Object Model
CollectionBase<T> Class
Syntax
'Declaration
 
Public Class CollectionBase(Of T) 
   Inherits System.Collections.CollectionBase
'Usage
 
Dim instance As CollectionBase(Of T)
public class CollectionBase<T> : System.Collections.CollectionBase 
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
         GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection
         GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>

See Also

Reference

CollectionBase<T> Members
GrapeCity.Win.Spread.InputMan.CellType Namespace